The main() function
main() declares the start of the function,
while the two curly brackets show the start
and finish of the function. Curly brackets in
C are used to group statements together
as in a function, or in the body of a loop.
Such a grouping is known as a compound
statement or a block.
main()  ó  program